G (Go)
Syntax
[[process|thread]]
G [[breakaddress]]
Parameters
process
The process
to execute. See Process and Thread Syntax
thread
The thread to
execute. See Process and Thread Syntax
breakaddress
The address
for an unconditional breakpoint.
Description
Starts
executing the given process or thread. Execution will halt at the end of the
program, when breakaddress is hit, or when another event causes the
debugger to stop.
Note The breakpoint
associated with breakaddress will only be hit by the current thread.
Other threads that execute the code at that location will not be stopped.